Network programming under windows: is WSA functions can be more complete than pSock functions [on hold]
Posted
by
Kane
on Programmers
See other posts from Programmers
or by Kane
Published on 2014-05-20T09:31:39Z
Indexed on
2014/06/08
15:43 UTC
Read the original article
Hit count: 241
I plan to make a set of classic socket functions to simplify their usages.
Since i work under windows and linux indifferently i usually make it portable (it's not my first version of this set of functions), but i want to do something different this time and dedicate one version to windows, and one other to linux.
With that i wonder for the windows version, if the WSA* functions can have any interest using them instead of the psock ones.
I have found nothing about a comparison between them, so if any of you have any idea, suggestion, link or benchmark ?
© Programmers or respective owner